For Each Byte[] (gb)

Dim hByteArray As Byte[]
Dim aByte As Byte
For Each aByte In hByteArray
  ...
Next

Enumerates each element stored in the array.